home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
comms_w
/
hqfax32.zip
/
FAXSEND.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-05-02
|
2KB
|
42 lines
REM Echo on
REM *********************************************************************/
REM */
REM SYSTEM : HQ-FAX, Uitilities */
REM COPYRIGHT : (c) 1995 HTF CONSULTING */
REM */
REM *********************************************************************/
REM */
REM BAT file name: FAXSEND.bat */
REM DESCRIPTION : This BATch file is a subroutine which will send a */
REM FAX file produced in any one of several formats */
REM calling the appropriate XXSend.bat file */
REM *********************************************************************/
if %2 == /FHAD Call ADSEND.bat 2 %1 %3 %4 %5
if %2 == /FHBF Call BFSEND.bat 2 %1 %3 %4 %5
if %2 == /FHC1 Call C1SEND.bat 2 %1 %3 %4 %5
if %2 == /FHC2 Call C2SEND.bat 2 %1 %3 %4 %5
if %2 == /FHCA Call CASEND.bat 2 %1 %3 %4 %5
if %2 == /FHCP Call CPSEND.bat 2 %1 %3 %4 %5
if %2 == /FHFR Call FRSEND.bat 2 %1 %3 %4 %5
if %2 == /FHQL Call QLSEND.bat 2 %1 %3 %4 %5
if %2 == /FHTB Call XXSEND.bat 2 %1 %3 %4 %5
if %2 == /FHTF Call XXSEND.bat 2 %1 %3 %4 %5
if %2 == /FHTH Call XXSEND.bat 2 %1 %3 %4 %5
if %2 == /FHTU Call XXSEND.bat 2 %1 %3 %4 %5
:Abend
REM Echo *** Abnormal end - probable cause is file not found ***
:Quit